list all widgets in the ->widgets_by_action list that have a callback
authorTim Janik <timj@gtk.org>
Wed, 30 Sep 1998 11:22:13 +0000 (11:22 +0000)
committerTim Janik <timj@src.gnome.org>
Wed, 30 Sep 1998 11:22:13 +0000 (11:22 +0000)
Wed Sep 30 13:11:09 1998  Tim Janik  <timj@gtk.org>

        * gtk/gtkitemfactory.c (gtk_item_factory_add_item): list all
        widgets in the ->widgets_by_action list that have a callback
        defined (not only those with a callback_action!=0).

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkitemfactory.c

index 38b136341eb4390a605add8734fac793daec8613..20e5890aee11936b3791f3d475ebb11004a2d46d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Sep 30 13:11:09 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkitemfactory.c (gtk_item_factory_add_item): list all
+       widgets in the ->widgets_by_action list that have a callback
+       defined (not only those with a callback_action!=0).
+
 Sun Sep 27 22:02:48 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
 
        * gtk/gtkcalendar.h:
index 38b136341eb4390a605add8734fac793daec8613..20e5890aee11936b3791f3d475ebb11004a2d46d 100644 (file)
@@ -1,3 +1,9 @@
+Wed Sep 30 13:11:09 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkitemfactory.c (gtk_item_factory_add_item): list all
+       widgets in the ->widgets_by_action list that have a callback
+       defined (not only those with a callback_action!=0).
+
 Sun Sep 27 22:02:48 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
 
        * gtk/gtkcalendar.h:
index 38b136341eb4390a605add8734fac793daec8613..20e5890aee11936b3791f3d475ebb11004a2d46d 100644 (file)
@@ -1,3 +1,9 @@
+Wed Sep 30 13:11:09 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkitemfactory.c (gtk_item_factory_add_item): list all
+       widgets in the ->widgets_by_action list that have a callback
+       defined (not only those with a callback_action!=0).
+
 Sun Sep 27 22:02:48 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
 
        * gtk/gtkcalendar.h:
index 38b136341eb4390a605add8734fac793daec8613..20e5890aee11936b3791f3d475ebb11004a2d46d 100644 (file)
@@ -1,3 +1,9 @@
+Wed Sep 30 13:11:09 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkitemfactory.c (gtk_item_factory_add_item): list all
+       widgets in the ->widgets_by_action list that have a callback
+       defined (not only those with a callback_action!=0).
+
 Sun Sep 27 22:02:48 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
 
        * gtk/gtkcalendar.h:
index 38b136341eb4390a605add8734fac793daec8613..20e5890aee11936b3791f3d475ebb11004a2d46d 100644 (file)
@@ -1,3 +1,9 @@
+Wed Sep 30 13:11:09 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkitemfactory.c (gtk_item_factory_add_item): list all
+       widgets in the ->widgets_by_action list that have a callback
+       defined (not only those with a callback_action!=0).
+
 Sun Sep 27 22:02:48 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
 
        * gtk/gtkcalendar.h:
index 38b136341eb4390a605add8734fac793daec8613..20e5890aee11936b3791f3d475ebb11004a2d46d 100644 (file)
@@ -1,3 +1,9 @@
+Wed Sep 30 13:11:09 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkitemfactory.c (gtk_item_factory_add_item): list all
+       widgets in the ->widgets_by_action list that have a callback
+       defined (not only those with a callback_action!=0).
+
 Sun Sep 27 22:02:48 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
 
        * gtk/gtkcalendar.h:
index 38b136341eb4390a605add8734fac793daec8613..20e5890aee11936b3791f3d475ebb11004a2d46d 100644 (file)
@@ -1,3 +1,9 @@
+Wed Sep 30 13:11:09 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkitemfactory.c (gtk_item_factory_add_item): list all
+       widgets in the ->widgets_by_action list that have a callback
+       defined (not only those with a callback_action!=0).
+
 Sun Sep 27 22:02:48 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
 
        * gtk/gtkcalendar.h:
index 6a592a7f86468811b18fdd33b16fa36d6c664ee5..7f9b6a5cf03a7aca503b8e929243ce047a918da4 100644 (file)
@@ -513,7 +513,7 @@ gtk_item_factory_add_item (GtkItemFactory           *ifactory,
 
   /* keep a per-action list of the widgets on the factory
    */
-  if (callback_action)
+  if (callback)
     {
       GtkIFActionLink *link;